net/http.http2flow.available (method)

9 uses

	net/http (current package)
		h2_bundle.go#L1321: func (f *http2flow) available() int32 {
		h2_bundle.go#L1330: 	if n > f.available() {
		h2_bundle.go#L5410: 		if sc.inflow.available() < int32(f.Length) {
		h2_bundle.go#L5440: 		if st.inflow.available() < int32(f.Length) {
		h2_bundle.go#L8406: 		if a := cs.flow.available(); a > 0 {
		h2_bundle.go#L9124: 	if v := cc.inflow.available(); v < http2transportDefaultConnFlow/2 {
		h2_bundle.go#L9132: 		v := int(cs.inflow.available()) + cs.bufPipe.Len()
		h2_bundle.go#L9254: 		if cs.inflow.available() >= int32(f.Length) {
		h2_bundle.go#L10209: 	allowed := wr.stream.flow.available()